endian.htmlHTMLudogyΩπùΔ£πùΔ£ÅÅÈ6 Monkeybread Realbasic plugin - Documentation - Endian

MBS Plugin Documentation

This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.

This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.

The list of the themes Global methods by category Global methods by name The list of the classes The list of the controls

EndianS16_BtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_BtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS16_BtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_BtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS16_LtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_LtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS16_LtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_LtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS16_NtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_NtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS16_NtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS16_NtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_BtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_BtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_BtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_BtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_LtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_LtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_LtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_LtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_NtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_NtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianS32_NtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianS32_NtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianSwap16(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Swaps a 16 bit integer.
Example: n=EndianSwap16(n)

EndianSwap32(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Swaps a 32 bit integer.
Example: n=EndianSwap32(n)

EndianU16_BtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_BtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU16_BtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_BtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU16_LtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_LtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU16_LtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_LtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU16_NtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_NtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU16_NtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU16_NtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_BtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_BtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_BtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_BtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_LtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_LtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_LtoN(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_LtoN(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_NtoB(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_NtoB(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

EndianU32_NtoL(n as integer) as Integer

global method, Endian Mo, 15. Jul 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Converts between BigEndian, LowEndian and Native byte encoding.
Example: n=EndianU32_NtoL(n)
Notes:
e.g.:
EndianS32_BtoN(n as integer) as Integer
EndianU16_LtoB(n as integer) as Integer

Details:
S for signed or U for unsigned.
16 for short and 32 for integer.
B for BigEndian (Mac), L for LowEndian (x86) and N for the native form of the current platform.

Contact

Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.

This resource fork intentionally left blank ˇˇ